@bendyline/squisq-editor-react 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE.md CHANGED
@@ -4,37 +4,37 @@ This notice applies to the `@bendyline/squisq-editor-react` npm package.
4
4
  Squisq-authored code is licensed under the MIT license in `LICENSE`.
5
5
  Third-party components remain under their respective license terms.
6
6
 
7
- ## Runtime and peer dependencies
7
+ ## Runtime, peer, and bundled dependencies
8
8
 
9
- | Package | Version | License | Repository |
10
- | ------------------------------ | --------- | ----------------------------- | -------------------------------------------- |
11
- | @bendyline/squisq | 2.1.0 | MIT | https://github.com/bendyline/squisq |
12
- | @bendyline/squisq-formats | 2.1.0 | MIT | https://github.com/bendyline/squisq |
13
- | @bendyline/squisq-react | 2.1.0 | MIT | https://github.com/bendyline/squisq |
14
- | @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
15
- | @monaco-editor/react | 4.7.0 | MIT | https://github.com/suren-atoyan/monaco-react |
16
- | @tiptap/extension-image | 2.27.2 | MIT | https://tiptap.dev |
17
- | @tiptap/extension-link | 2.27.2 | MIT | https://tiptap.dev |
18
- | @tiptap/extension-mention | 2.27.2 | MIT | https://tiptap.dev |
19
- | @tiptap/extension-placeholder | 2.27.2 | MIT | https://tiptap.dev |
20
- | @tiptap/extension-table | 2.27.2 | MIT | https://tiptap.dev |
21
- | @tiptap/extension-table-cell | 2.27.2 | MIT | https://tiptap.dev |
22
- | @tiptap/extension-table-header | 2.27.2 | MIT | https://tiptap.dev |
23
- | @tiptap/extension-table-row | 2.27.2 | MIT | https://tiptap.dev |
24
- | @tiptap/extension-task-item | 2.27.2 | MIT | https://tiptap.dev |
25
- | @tiptap/extension-task-list | 2.27.2 | MIT | https://tiptap.dev |
26
- | @tiptap/pm | 2.27.2 | MIT | https://tiptap.dev |
27
- | @tiptap/react | 2.27.2 | MIT | https://tiptap.dev |
28
- | @tiptap/starter-kit | 2.27.2 | MIT | https://tiptap.dev |
29
- | @tiptap/suggestion | 2.27.2 | MIT | https://tiptap.dev |
30
- | mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
31
- | type-fest | 4.41.0 | MIT OR CC0-1.0 | https://github.com/sindresorhus/type-fest |
32
- | monaco-editor _(peer)_ | >=0.50.0 | MIT | https://github.com/microsoft/monaco-editor |
33
- | react _(peer)_ | ^18 / ^19 | MIT | https://github.com/facebook/react |
34
- | react-dom _(peer)_ | ^18 / ^19 | MIT | https://github.com/facebook/react |
9
+ | Package | Version | License | Repository |
10
+ | --------------------------------- | -------------------- | ----------------------------- | --------------------------------------------- |
11
+ | @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
12
+ | @tiptap/extension-image | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
13
+ | @tiptap/extension-link | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
14
+ | @tiptap/extension-mention | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
15
+ | @tiptap/extension-placeholder | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
16
+ | @tiptap/extension-table | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
17
+ | @tiptap/extension-table-cell | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
18
+ | @tiptap/extension-table-header | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
19
+ | @tiptap/extension-table-row | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
20
+ | @tiptap/extension-task-item | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
21
+ | @tiptap/extension-task-list | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
22
+ | @tiptap/pm | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
23
+ | @tiptap/react | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
24
+ | @tiptap/starter-kit | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
25
+ | @tiptap/suggestion | 2.27.2 | MIT | https://github.com/ueberdosis/tiptap |
26
+ | mermaid | 11.16.0 | MIT | https://github.com/mermaid-js/mermaid |
27
+ | type-fest | 4.41.0 | MIT OR CC0-1.0 | https://github.com/sindresorhus/type-fest |
28
+ | @monaco-editor/react _(bundled)_ | 4.7.0 | MIT | https://github.com/suren-atoyan/monaco-react |
29
+ | @monaco-editor/loader _(bundled)_ | 1.7.0 | MIT | https://github.com/suren-atoyan/monaco-loader |
30
+ | state-local _(bundled)_ | 1.0.7 | MIT | https://github.com/suren-atoyan/state-local |
31
+ | monaco-editor _(peer)_ | >=0.50.0 | MIT | https://github.com/microsoft/monaco-editor |
32
+ | react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
33
+ | react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
35
34
 
36
35
  Font Awesome Free contains icon artwork under CC-BY-4.0, font files under
37
36
  OFL-1.1, and CSS/JavaScript under MIT. Attribution is required when its icon
38
- artwork is redistributed. Mermaid is Copyright (c) 2014-2022 Knut Sveidqvist
39
- and is distributed under the MIT License. Complete license texts are included
40
- in the respective dependency distributions and source repositories.
37
+ artwork is redistributed. The Monaco React adapter, loader, and state-local
38
+ are bundled so consumers do not inherit the adapter's mandatory Monaco peer.
39
+ Complete license texts remain available in the respective distributions and
40
+ source repositories.